runtime.mspan.heapBits (method)

5 uses

	runtime (current package)
		arena.go#L648: 	bitmap := s.heapBits()
		arena.go#L695: 	bitmap := s.heapBits()
		mbitmap.go#L544: 		b := s.heapBits()
		mbitmap.go#L563: func (span *mspan) heapBits() []uintptr {
		mbitmap.go#L661: 	dst := span.heapBits()